NevronOpenVision
Nevron.Nov.UI Namespace / NVectorImageExporter<TContent> Class / CreateSvg Method / CreateSvg(NRectangle,Double,Int32) Method
Bounding box of the area to be exported.
Resolution of the image in DPI.
The starting definition id.
CreateSvg(NRectangle,Double,Int32) Method
Exports the given bounds of the document to SVG.
Syntax
public virtual NSvgDocument CreateSvg( 
   NRectangle bounds,
   System.double dpi,
   System.int startingDefinitionId
)

Parameters

bounds
Bounding box of the area to be exported.
dpi
Resolution of the image in DPI.
startingDefinitionId
The starting definition id.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also